home *** CD-ROM | disk | FTP | other *** search
- Failat 20
-
- Echo "*nX-Comm V1.00 Installation Script*n"
-
- Version >NIL: exec.library 37
- If WARN
- echo "Sorry, you are not currently running Kickstart 2.04 or higher."
- echo "X-Comm requires that you are using Kickstart 2.04 or higher."
- echo "Please install Kickstart 2.04 or higher before attempting to"
- echo "install X-Comm again."
-
- Wait 3
- Quit
- Endif
-
- Echo "Version of reqtools.library already installed:"
- Avail FLUSH
- Version LIBS:reqtools.library
- Echo ""
- Echo "Version of reqtools.library to install:"
- avail FLUSH
- Version Libs/reqtools.library
- Echo ""
-
- echo "This reqtools.library is an amiga shared library that is required"
- echo "for X-Comm to run. If you already have version 38 or higher installed"
- echo "on your system, then you may skip this part. Note that any version"
- echo "less than 38 of the library is NOT suitable for running X-Comm."
- echo ""
-
- Ask "Would you like to install the Reqtools library?"
- If WARN
- echo ""
- echo "Copying ReqTools.library to LIBS: ..."
- Copy Libs/ReqTools.library LIBS:
- Endif
-
- echo ""
- echo ""
-
- echo "The XPR protocol libraries are required by X-Comm for file transfers."
- echo "This archive contains only a few of the protocol libraries that are"
- echo "available. If you do not have any XPR libraries currently installed"
- echo "on your system, I strongly advise that you allow their installation."
- echo ""
-
- Ask "Install the XPR transfer libraries? "
- If WARN
- echo ""
- echo "Copying XPR libraries to LIBS: ..."
- copy Libs/xprzmodem.library LIBS:xprzmodem.library
- copy Libs/xprymodem.library LIBS:xprymodem.library
- copy Libs/xprxmodem.library LIBS:xprxmodem.library
- copy Libs/xprkermit.library LIBS:xprkermit.library
- copy Libs/xprascii.library LIBS:xprascii.library
- Endif
-
- echo ""
- echo ""
-
- echo "The XEM terminal emulation libraries allow you to use different types"
- echo "of terminal emulations within X-Comm. This archive contains 4 libraries"
- echo "that can be installed. I do recommend that you install these libraries"
- echo "to get the maximum usage out of X-Comm."
- echo ""
-
- Ask "Install the XEM emulation libraries? "
- If WARN
- echo ""
- echo "Copying XEM libraries to LIBS: ..."
- copy Libs/xemibm.library LIBS:
- copy Libs/xemascii.library LIBS:
- copy Libs/xemamiga.library LIBS:
- copy Libs/xemvt340.library LIBS:
- Endif
-
- echo ""
- echo ""
-
- echo "X-Comm can optionally make use of the 'OwnDevUnit.library'. This library"
- echo "uses an advanced locking and ownership scheme to control access to the"
- echo "serial port. If you do not already have this library installed, I recommend"
- echo "that you install it."
- echo ""
-
- Ask "Install the 'OwnDevUnit.library' to LIBS: ?"
- If WARN
- echo ""
- echo "Copying OwnDevUnit.library to LIBS: ..."
- copy Libs/OwnDevUnit.library LIBS:
- Endif
-
- echo ""
- echo ""
-
- echo "This archive contains 2 fonts. The first is the IBM.font. You will"
- echo "probably have this font already, but it is included here as it is"
- echo "REQUIRED for the XemIBM emulation to run (I didn't write it!)"
- echo "If you are planning on using this library (Used mainly for ANSI"
- echo "and BBS's), you will need to install it."
- echo ""
-
- Ask "Install IBM.font to your FONTS: directory? "
- If WARN
- echo ""
- echo "Installing IBM.font in FONTS: ..."
- makedir FONTS:IBM
- copy Fonts/ibm.font FONTS:
- copy Fonts/IBM/8 FONTS:IBM
- Endif
-
- echo ""
- echo ""
-
- echo "The next font is more for convenience. It is the CourierIBM font"
- echo "designed by Otto Ruiter. It is the original Courier font, but with"
- echo "the IBM graphic charcter set incorperated into it. It is mainly"
- echo "designed for use with a Hires-interlaced screen due to it's size."
- echo "If you are planning on using X-Comm in interlaced mode, I suggest you"
- echo "install this font."
- echo ""
-
- Ask "Install the CourierIBM.font to your FONTS: directory? "
- If WARN
- echo "Installing CourierIBM.font in FONTS: ..."
- makedir FONTS:CourierIBM
- copy Fonts/CourierIBM.font FONTS:
- copy Fonts/CourierIBM/13 FONTS:CourierIBM
- Endif
-
- echo ""
- echo ""
-
- echo "This archive contains two example ARexx scripts. They are similar and"
- echo "are designed to automatically log you onto BBS's."
- echo ""
-
- Ask "Install example ARexx scripts to your REXX: Path? "
- If WARN
- echo ""
- echo "Copying ARexx scripts to REXX: ..."
- copy Rexx/#? REXX:
- Endif
-
- echo ""
- echo ""
-
- echo "*nInstallation Complete!!"
- echo ""
- echo "I recommend that you make a suitable place for X-Comm and it's documentation"
- echo "and copy the suitable files to their place. X-Comm can be placed anywhere you"
- echo "like. Please see the manual for more information."
-
- Wait 3
-
-